vendor/golang.org/x/net/dns/dnsmessage.Builder.header (field)
8 uses
	vendor/golang.org/x/net/dns/dnsmessage (current package)
		message.go#L1224: 	header header
		message.go#L1249: 	b.header.id, b.header.bits = h.pack()
		message.go#L1322: 		count = &b.header.questions
		message.go#L1325: 		count = &b.header.answers
		message.go#L1328: 		count = &b.header.authorities
		message.go#L1331: 		count = &b.header.additionals
		message.go#L1641: 	b.header.pack(b.msg[b.start:b.start])
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |